Skip to content

Conversation

aaronsteers
Copy link
Collaborator

What

Adds Volta configuration to the docusaurus package.json to enable automatic Node.js version switching when using the Volta version manager.

This is part of an investigation into Node.js version management across Airbyte repositories. The volta field specifies Node.js 18.15.0 to match the existing .nvmrc file.

How

  • Added a volta field to docusaurus/package.json with Node.js 18.15.0
  • Version exactly matches the existing .nvmrc file to ensure consistency

Review guide

  1. docusaurus/package.json - Verify the Node version (18.15.0) matches the .nvmrc file
  2. Confirm no package manager specification is needed in the volta field for this project

User Impact

  • No immediate user impact - this only affects developers using Volta for Node version management
  • Developers with Volta installed will automatically switch to Node 18.15.0 when working in this directory
  • No changes to build processes or functionality

Can this PR be safely reverted and rolled back?

  • YES 💚

Link to Devin run: https://app.devin.ai/sessions/6c1c26de3a9e477aa7fc4886c02a7a65
Requested by: @aaronsteers

Copy link
Contributor

Original prompt from AJ Steers
Received message in Slack channel #ask-devin-ai:

@Devin - Tell me all the versions of node that are in production use right now in either airbyte repo, airbyte-platform-internal, or airbyte-gradle
Thread URL: https://airbytehq-team.slack.com/archives/C08BHPUMEPJ/p1759963893415349?thread_ts=1759963893.415349

Copy link
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Copy link
Contributor

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

Helpful Resources

PR Slash Commands

Airbyte Maintainers (that's you!) can execute the following slash commands on your PR:

  • /format-fix - Fixes most formatting issues.
  • /bump-version - Bumps connector versions.
    • You can specify a custom changelog by passing changelog. Example: /bump-version changelog="My cool update"
    • Leaving the changelog arg blank will auto-populate the changelog from the PR title.
  • /run-cat-tests - Runs legacy CAT tests (Connector Acceptance Tests)
  • /build-connector-images - Builds and publishes a pre-release docker image for the modified connector(s).
  • JVM connectors:
    • /update-connector-cdk-version connector=<CONNECTOR_NAME> - Updates the specified connector to the latest CDK version.
      Example: /update-connector-cdk-version connector=destination-bigquery
    • /bump-bulk-cdk-version type=patch changelog='foo' - Bump the Bulk CDK's version. type can be major/minor/patch.
  • Python connectors:
    • /poe connector source-example lock - Run the Poe lock task on the source-example connector, committing the results back to the branch.
    • /poe source example lock - Alias for /poe connector source-example lock.
    • /poe source example use-cdk-branch my/branch - Pin the source-example CDK reference to the branch name specified.
    • /poe source example use-cdk-latest - Update the source-example CDK dependency to the latest available version.

📝 Edit this welcome message.

Copy link
Contributor

Deploy preview for airbyte-docs ready!

✅ Preview
https://airbyte-docs-e21aw3lj7-airbyte-growth.vercel.app

Built with commit 99f8ab7.
This pull request is being automatically deployed with vercel-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant